home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / cfg / trion-0.cfg < prev    next >
Text File  |  1997-07-28  |  3KB  |  118 lines

  1.  
  2. ;;
  3. ;;   Configuration file for Trion BBS node 0
  4. ;;
  5.  
  6.  
  7. LOCAL                   ;This node (0) can't open the serial port !!!
  8. ;  NULLMODEM            ;Use a node via NullModem cable..
  9.  
  10. ICON  200  0
  11.  
  12.  
  13. FONT  cleanIBM.font  8
  14.  
  15.  
  16. SCREEN WIDTH   640
  17. SCREEN HEIGHT  256
  18. SCREEN DEPTH   4
  19.  
  20. ;;  Monitor: Select a monitor:
  21. ;;       NTSC       640 x 200    60Hz   15,72Khz   (American 1084 mode)
  22. ;;       PAL        640 x 256    50Hz   15,60Khz   (Europe   1084 mode)
  23. ;;       MULTISCAN  640 x 480    58Hz   29,29Khz   (VGA/multisync monitors)
  24. ;;       EURO72     640 x 400    69Hz   29,25Khz
  25. ;;       EURO36     640 x 200    73Hz   15,76Khz
  26. ;;       SUPER72    448 x 306    71Hz   23,21Khz
  27. ;;       DBLNTSC    676 x 213    58Hz   27,66Khz
  28. ;;       DBLPAL     676 x 269    48Hz   27,50Khz
  29. ;;       DONTCARE   640 x 2xx    Should work on every system
  30.  
  31. MONITOR  DONTCARE
  32.  
  33.  
  34. ;;  Use 'INTERLACE' and/or 'SUPER' for bigger screens 
  35. ;;  InterLace: boost vertical   resolution to  400 -  538 if possible
  36. ;;  Super:     boost horizontal resolution to 1280 - 1448 if possible
  37.  
  38. ;INTERLACE
  39. ;SUPER
  40.  
  41.  
  42.  
  43. SERIAL DEVICE  serial.device          ;No typos allowed !!!
  44. ;  SERIAL DEVICE  nullmodem.device
  45. SERIAL UNIT    0
  46. SERIAL BUFFER  16384
  47.  
  48. DEFAULT BAUD   19200
  49. DEFAULT LENGTH 28                   ;default screen length
  50.  
  51.  
  52.  
  53. ; Modem Strings   '|' = carriage return,  '^' = escape karakter
  54. ; '^n' geeft n x 1/5 seconde pause  (BV '^1' = 1/5sec , '^5' = 1sec)
  55. ; '^|' geeft '|' karakter
  56. ; '^^' geeft '^' karakter (modem geeft bij dial fax tonen)
  57. ; Geen spaties in strings , zet dan de string tussen "..."  !!!
  58.  
  59. ;INIT STRING &K3&D2S12=40#CID=1&K3
  60.  
  61. INIT   STRING  ATZ|^5AT&F2B0W2S95=2E0M1L1S2=255|
  62. TERM   STRING  ATZ|^5AT&F2B0W2S95=2E1M1L1S2=43|
  63. DIAL   STRING  ATS11=50DT
  64. ANSWER STRING  ATA|
  65.  
  66.  
  67. ; number of RINGs before answering the modem
  68. ; If you expect CID (CallerID) set this to 2 else you can use 1
  69. ; In Debug mode .. CID will appear between RINGs in the log-file
  70.  
  71. RINGS   2
  72.  
  73. CARRIER DELAY  30     ;(secs)  Hoe lang op carrier wachten
  74. CONNECT DELAY  90     ;(ticks) Als carrier hoelang voor snelheid bepalen
  75. ESCAPE  DELAY   5     ;(secs)  Hoelang voor 'Press escape'
  76. HANGUP  DELAY  25     ;(ticks) Hoelang carrier droppen bij ophangen
  77.  
  78.  
  79. ; file transfer protocols that the mailer can use
  80. ; specify all the protocols that you are able to use
  81. ; MAILER   HYDRA  ZEDZAP  ZMODEM
  82.  
  83. MAILER   HYDRA  ZEDZAP  ZMODEM
  84.  
  85.  
  86. ; Path for downloading in terminal mode and local uploads (ending in : or /)
  87.  
  88. TERM PATH  RAM:
  89.  
  90. PAGE SAMPLE   trion:samples/startrek-Alert  3
  91. BELL SAMPLE   trion:samples/startrek-comm
  92.  
  93. SLEEP WARNING  90
  94.  
  95. ; Use underscores in Sysop name or place between ""
  96. ; sysop comments area must be higher then 0
  97. ; NOTE:  'SYSOP NAME' move to trion:cfg/TrionRM.cfg
  98.  
  99. SYSOP  NAME      Paul_Spijkerman
  100. SYSTEM NAME      Amiga_Pet_Shop_BBS
  101. SYSTEM CITY      Gasselte
  102. SYSTEM PHONE     +31-599-564696
  103.  
  104. SYSOP COMMENTS  1
  105.  
  106. ; 'validate level' The level a user gets when you press F4
  107.  
  108. VALIDATE LEVEL  10
  109.  
  110. ; local editor to Use .. max 19 characters.
  111.  
  112. EDITOR    Ced
  113.  
  114. ; Skip Existing Uploads , or allow it and ask a new name
  115.  
  116. SKIPEXISTINGUPLOADS
  117.  
  118.